home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
games1
/
nfa-hdin.lha
/
NFA-HDInstallers
/
PushOver
/
Install
next >
Wrap
Text File
|
1995-07-20
|
927b
|
52 lines
;$VER:Script generated by ScriptMaker 2.0 for Push Over
ECHO ""
ECHO Push Over HD Install
ECHO ""
ECHO "You must have 1.3 MB free on your disk to install Push Over "
ECHO ""
ASK "Do you confirm the installation ? (y/n) "
IF WARN
ECHO ""
ECHO "There we go..."
ECHO ""
REQUESTFILE TITLE "Choose an installation directory" DRAWERSONLY >ENV:choirep
ECHO Creation of PushOver in the directory
$choirep
...
SET DirDep `CD`
makedir T:POT
copy "PushOver" T:POT quiet
copy "PushOver.info" T:POT quiet
CD $choirep
MAKEDIR >NIL: PushOver
COPY ENV:sys/def_drawer.info PushOver.info ALL QUIET
CD PushOver
copy T:POT/#? "" quiet
delete T:POT all quiet
ECHO "Installing disk 1 / 2"
COPY "PushOver1:#?" "" ALL QUIET
ECHO "Installing disk 2 / 2"
COPY " :#?" "" ALL QUIET
delete disk.info quiet
ECHO ""
ECHO ""
DELETE ENV:choirep ALL QUIET
ELSE
SKIP FinDeTout
ENDIF
LAB FindeTout
ECHO "Install complete"
ECHO "See you..."